home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Memphis Amiga Group / MAG Disk (1993-05)(Memphis Amiga Group).zip / MAG Disk (1993-05)(Memphis Amiga Group).adf / makeanim.docs < prev    next >
Text File  |  1991-04-08  |  2KB  |  62 lines

  1.  
  2.    Here's an update to the ANIM standard compressor which now supports
  3.    DCTV resolution images and ANIMs with varying colormaps.
  4.  
  5.    This is a freely distributable version, which does not support
  6.    all the features in the commercial version soon to be available
  7.    (in The Director Toolkit version 2) such as single buffered ANIMs
  8.    and OP 5 XOR reversible ANIMs.  This version does not run from
  9.    the Workbench.
  10.  
  11.    This ANIM file compressor can take a series of IFF files and
  12.    combine them into a single animation file that can be played
  13.    back with ShowANIM, as well as the Director and DPaintIII
  14.    (provided it suits DPaint's choice of resolutions).  To create a
  15.    compressed ANIM file, construct a text file with a list of file
  16.    names of frames to be assembled, one per line:
  17.  
  18.    pictures/frame01
  19.    pictures/frame02
  20.    pictures/frame03
  21.    pictures/frame04
  22.    pictures/frame05
  23.    pictures/frame01
  24.    pictures/frame02
  25.  
  26.    Files can reside on different disks, just enter the entire path
  27.    name (including disk name).  A requester will pop up when it's time
  28.    to put in the appropriate disk.
  29.  
  30.    If you want to create an endless loop, make sure the first two
  31.    frames are repeated at the end of the file as in the example above.
  32.  
  33.    Once the list file is created (let's call it FLIST) you then
  34.    issue the command:
  35.  
  36.    MakeANIM FLIST test.anim
  37.  
  38.    This will read the frames in one by one and create the ANIM file
  39.    with the name "test.anim".  This file can then be played back with
  40.    the abovementioned player programs, and many others.
  41.  
  42.    The program should work in any resolution including HAM, but don't
  43.    try to mix resolutions.  DCTV resolution images are now supported.
  44.    This version now handles palette changing on the fly.  Colormaps
  45.    are only included when changes in the map are encountered.  This
  46.    version cannot force colormaps to be included on every frame.
  47.  
  48.    This program has been successfully used to construct standard format
  49.    ANIM files from Animate3D frames, as well as individual files created
  50.    by paint programs.
  51.  
  52.    How much memory do you need?  Good question.  The program will
  53.    create 4 buffers the size of the IFF image during compression.
  54.    Only one buffer is required to be in CHIP memory.  Lo-res shouldn't
  55.    be any trouble for anybody, but I don't know exactly where the dividing
  56.    lines are otherwise.
  57.  
  58. Keith Doyle
  59. Right Answers, Inc.
  60. 4/8/91
  61.  
  62.